projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e80e7f
)
* xselect.c: Include stdio,h.
author
Jan Djärv
<jan.h.d@swipnet.se>
Thu, 5 Feb 2004 02:42:14 +0000
(
02:42
+0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Thu, 5 Feb 2004 02:42:14 +0000
(
02:42
+0000)
src/ChangeLog
patch
|
blob
|
history
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 536027c09201584e528cf97ad1befb62d3bc315a..98218dddd2f6ac898879ec293d052db6c5ed7f89 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2004-02-05 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+
+ * xselect.c: Include stdio,h.
+
2004-02-05 Kenichi Handa <handa@m17n.org>
* buffer.c (Fset_buffer_multibyte): Fix docstring.
diff --git
a/src/xselect.c
b/src/xselect.c
index e8915d0b7a9837b31827c196bc372e06bcdbdc5d..d0673d8b70ef35c912621df9aaa434849eacdaef 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-23,6
+23,7
@@
Boston, MA 02111-1307, USA. */
/* Rewritten by jwz */
#include <config.h>
+#include <stdio.h> /* termhooks.h needs this */
#include "lisp.h"
#include "xterm.h" /* for all of the X includes */
#include "dispextern.h" /* frame.h seems to want this */